home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMADDGROUPITEMS / TFRMADDGROUPITEMS.txt
Text File  |  2006-04-19  |  2KB  |  97 lines

  1. object frmAddGroupItems: TfrmAddGroupItems
  2.   Left = 209
  3.   Top = 107
  4.   Width = 364
  5.   Height = 400
  6.   Caption = 'Add Group Items'
  7.   Color = clBtnFace
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 5
  21.     Width = 5
  22.     Height = 334
  23.     Align = alLeft
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.   end
  27.   object Panel3: TPanel
  28.     Left = 351
  29.     Top = 5
  30.     Width = 5
  31.     Height = 334
  32.     Align = alRight
  33.     BevelOuter = bvNone
  34.     TabOrder = 1
  35.   end
  36.   object Panel4: TPanel
  37.     Left = 0
  38.     Top = 0
  39.     Width = 356
  40.     Height = 5
  41.     Align = alTop
  42.     BevelOuter = bvNone
  43.     TabOrder = 2
  44.   end
  45.   object lbGroupItems: TListBox
  46.     Left = 5
  47.     Top = 5
  48.     Width = 346
  49.     Height = 334
  50.     Align = alClient
  51.     ItemHeight = 16
  52.     MultiSelect = True
  53.     Style = lbOwnerDrawVariable
  54.     TabOrder = 3
  55.     OnDrawItem = lbGroupItemsDrawItem
  56.     OnMeasureItem = lbGroupItemsMeasureItem
  57.   end
  58.   object Panel1: TPanel
  59.     Left = 0
  60.     Top = 339
  61.     Width = 356
  62.     Height = 34
  63.     Align = alBottom
  64.     BevelOuter = bvNone
  65.     TabOrder = 4
  66.     object Panel5: TPanel
  67.       Left = 191
  68.       Top = 0
  69.       Width = 165
  70.       Height = 34
  71.       Align = alRight
  72.       BevelOuter = bvNone
  73.       TabOrder = 0
  74.       object btnOk: TButton
  75.         Left = 0
  76.         Top = 7
  77.         Width = 76
  78.         Height = 23
  79.         Caption = 'OK'
  80.         Default = True
  81.         ModalResult = 1
  82.         TabOrder = 0
  83.       end
  84.       object btnCancel: TButton
  85.         Left = 84
  86.         Top = 7
  87.         Width = 76
  88.         Height = 23
  89.         Cancel = True
  90.         Caption = 'Cancel'
  91.         ModalResult = 2
  92.         TabOrder = 1
  93.       end
  94.     end
  95.   end
  96. end
  97.